﻿2026-07-17T03:38:40.1557846Z ##[group]Run actions/checkout@v5
2026-07-17T03:38:40.1558699Z with:
2026-07-17T03:38:40.1559176Z   fetch-depth: 0
2026-07-17T03:38:40.1559562Z   repository: BigscreenVR/spt-bs-core
2026-07-17T03:38:40.1562494Z   token: ***
2026-07-17T03:38:40.1562840Z   ssh-strict: true
2026-07-17T03:38:40.1563184Z   ssh-user: git
2026-07-17T03:38:40.1563548Z   persist-credentials: true
2026-07-17T03:38:40.1563952Z   clean: true
2026-07-17T03:38:40.1564295Z   sparse-checkout-cone-mode: true
2026-07-17T03:38:40.1564686Z   fetch-tags: false
2026-07-17T03:38:40.1565030Z   show-progress: true
2026-07-17T03:38:40.1565410Z   lfs: false
2026-07-17T03:38:40.1565729Z   submodules: false
2026-07-17T03:38:40.1566073Z   set-safe-directory: true
2026-07-17T03:38:40.1566659Z ##[endgroup]
2026-07-17T03:38:40.2416338Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-17T03:38:40.2417781Z ##[group]Getting Git version info
2026-07-17T03:38:40.2418427Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-17T03:38:40.2419423Z [command]/usr/bin/git version
2026-07-17T03:38:40.2458917Z git version 2.43.0
2026-07-17T03:38:40.2477670Z ##[endgroup]
2026-07-17T03:38:40.2488627Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9848fddf-a1bc-4b93-916d-9ec57300c5bd' before making global git config changes
2026-07-17T03:38:40.2489929Z Adding repository directory to the temporary git global config as a safe directory
2026-07-17T03:38:40.2492210Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-17T03:38:40.2524806Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-17T03:38:40.2545354Z https://github.com/BigscreenVR/spt-bs-core
2026-07-17T03:38:40.2555876Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-17T03:38:40.2558616Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-17T03:38:40.2582374Z HEAD
2026-07-17T03:38:40.2625603Z ##[endgroup]
2026-07-17T03:38:40.2627932Z [command]/usr/bin/git submodule status
2026-07-17T03:38:40.2813361Z ##[group]Cleaning the repository
2026-07-17T03:38:40.2816690Z [command]/usr/bin/git clean -ffdx
2026-07-17T03:38:43.0627865Z Removing target/
2026-07-17T03:38:43.0638144Z [command]/usr/bin/git reset --hard HEAD
2026-07-17T03:38:43.0847078Z HEAD is now at 8dd7e4f Merge b677030328cf7684d2b89076e8b03858d3ae0661 into 0c7025338db716a5ed9cc4ceaa8d85dd04a38840
2026-07-17T03:38:43.0851890Z ##[endgroup]
2026-07-17T03:38:43.0854185Z ##[group]Disabling automatic garbage collection
2026-07-17T03:38:43.0857910Z [command]/usr/bin/git config --local gc.auto 0
2026-07-17T03:38:43.0887163Z ##[endgroup]
2026-07-17T03:38:43.0888223Z ##[group]Setting up auth
2026-07-17T03:38:43.0892934Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-17T03:38:43.0924618Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-17T03:38:43.1126362Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-17T03:38:43.1152712Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-17T03:38:43.1335830Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-17T03:38:43.1361868Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-17T03:38:43.1546141Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-17T03:38:43.1576153Z ##[endgroup]
2026-07-17T03:38:43.1577677Z ##[group]Fetching the repository
2026-07-17T03:38:43.1584161Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +8dd7e4faa45d9f6618b74f440bccc35c9fe3c5c4:refs/remotes/pull/19/merge
2026-07-17T03:38:44.0276814Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-17T03:38:44.0277600Z  * [new branch]      release/v0.36.0 -> origin/release/v0.36.0
2026-07-17T03:38:44.0311849Z ##[endgroup]
2026-07-17T03:38:44.0312604Z ##[group]Determining the checkout info
2026-07-17T03:38:44.0313249Z ##[endgroup]
2026-07-17T03:38:44.0317360Z [command]/usr/bin/git sparse-checkout disable
2026-07-17T03:38:44.0364655Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-17T03:38:44.0389979Z ##[group]Checking out the ref
2026-07-17T03:38:44.0392360Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/19/merge
2026-07-17T03:38:44.0432330Z HEAD is now at 8dd7e4f Merge b677030328cf7684d2b89076e8b03858d3ae0661 into 0c7025338db716a5ed9cc4ceaa8d85dd04a38840
2026-07-17T03:38:44.0436331Z ##[endgroup]
2026-07-17T03:38:44.0464481Z [command]/usr/bin/git log -1 --format=%H
2026-07-17T03:38:44.0485821Z 8dd7e4faa45d9f6618b74f440bccc35c9fe3c5c4
